From: Ben Hutchings Date: Wed, 16 Mar 2011 03:17:06 +0000 (+0000) Subject: sched: Do not enable autogrouping by default X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~118 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=3ac7b8449a0e7d44f51e2fa54665211d7ac59bfb;p=linux-4.9.git sched: Do not enable autogrouping by default We want to provide the option of autogrouping but without enabling it by default yet. Gbp-Pq: Topic debian Gbp-Pq: Name sched-autogroup-disabled.patch --- diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c index 750ed601ddf7..8b3ce307ed98 100644 --- a/kernel/sched/auto_group.c +++ b/kernel/sched/auto_group.c @@ -7,7 +7,7 @@ #include #include -unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1; +unsigned int __read_mostly sysctl_sched_autogroup_enabled = 0; static struct autogroup autogroup_default; static atomic_t autogroup_seq_nr;